__ArrayBaseT.IEnumerableT.GetEnumerator 方法 | |
Returns an enumerator that iterates through the collection.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD IEnumerable<T>.GetEnumerator() AS IEnumerator<T>
IEnumerator<T> IEnumerable<T>.GetEnumerator()
查看代码返回值
类型:
IEnumeratorTAn enumerator that can be used to iterate through the collection.
实现
GetEnumerator参见